home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TNOTIFICATIONSETUP
/
TNOTIFICATIONSETUP.txt
Wrap
Text File
|
2004-10-12
|
3KB
|
139 lines
object NotificationSetup: TNotificationSetup
Left = 366
Top = 261
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Notification Settings'
ClientHeight = 261
ClientWidth = 437
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object eFile: TEdit
Left = 32
Top = 40
Width = 297
Height = 21
Enabled = False
TabOrder = 1
end
object bBrowse: TButton
Left = 336
Top = 38
Width = 89
Height = 25
Caption = 'Browse'
Enabled = False
TabOrder = 2
OnClick = bBrowseClick
end
object cbSound: TCheckBox
Left = 16
Top = 16
Width = 409
Height = 17
Caption = '&Play sound file:'
TabOrder = 0
OnClick = cbSoundClick
end
object cbSignalPeriod: TCheckBox
Left = 16
Top = 104
Width = 409
Height = 17
Caption = '&When notification is not confirmed, play sound each'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = cbSignalPeriodClick
end
object eTime: TXSpinEdit
Left = 32
Top = 128
Width = 57
Height = 21
TabOrder = 4
Text = '1'
MinValue = 1
MaxValue = 8640
Value = 1
Step = 1
end
object cbTime: TComboBox
Left = 96
Top = 128
Width = 161
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 1
TabOrder = 5
Text = 'minutes'
Items.Strings = (
'seconds'
'minutes'
'hours')
end
object cbActivate: TCheckBox
Left = 16
Top = 160
Width = 401
Height = 17
Caption = 'Activate the notification window'
Checked = True
State = cbChecked
TabOrder = 6
end
object cbDefault: TCheckBox
Left = 16
Top = 200
Width = 409
Height = 17
Caption = '&Use as default'
TabOrder = 7
end
object bOK: TButton
Left = 224
Top = 228
Width = 97
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 8
OnClick = bOKClick
end
object bCancel: TButton
Left = 328
Top = 228
Width = 97
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 9
end
object cbSpeaker: TCheckBox
Left = 16
Top = 72
Width = 409
Height = 17
Caption = '&Signal using system speaker'
TabOrder = 10
end
object dOpen: TOpenDialog
Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
Title = 'Choose a Sound File'
Left = 384
Top = 128
end
end